import type { MultiStateProps } from './types'; export declare const MultiStateInput: ({ checked, disabled, id, label, 'aria-label': ariaLabel, innerRef, isError, name, onBlur, onChange, onFocus, type, value, }: MultiStateProps) => import("react").JSX.Element | null; //# sourceMappingURL=MultiStateInput.d.ts.map